home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Aztec C v5.2a disk 4.adf / 204fd.lzh / gadtools_lib.fd < prev    next >
Text File  |  1991-03-14  |  1KB  |  50 lines

  1. * "gadtools.library"
  2. ##base _GadToolsBase
  3. ##bias 30
  4. ##public
  5. *--- functions in V36 or higher (distributed as Release 2.0) ---
  6. *
  7. * Gadget Functions
  8. *
  9. CreateGadgetA(kind,gad,ng,taglist)(d0/a0/a1/a2)
  10. FreeGadgets(gad)(a0)
  11. GT_SetGadgetAttrsA(gad,win,req,taglist)(a0/a1/a2/a3)
  12. *
  13. * Menu functions
  14. *
  15. CreateMenusA(newmenu,taglist)(a0/a1)
  16. FreeMenus(menu)(a0)
  17. LayoutMenuItemsA(firstitem,vi,taglist)(a0/a1/a2)
  18. LayoutMenusA(firstmenu,vi,taglist)(a0/a1/a2)
  19. *
  20. * Misc Event-Handling Functions
  21. *
  22. GT_GetIMsg(iport)(a0)
  23. GT_ReplyIMsg(imsg)(a1)
  24. GT_RefreshWindow(win,req)(a0/a1)
  25. GT_BeginRefresh(win)(a0)
  26. GT_EndRefresh(win,complete)(a0,d0)
  27. GT_FilterIMsg(imsg)(a1)
  28. GT_PostFilterIMsg(imsg)(a1)
  29. CreateContext(glistptr)(a0)
  30. *
  31. * Rendering Functions
  32. *
  33. DrawBevelBoxA(rport,left,top,width,height,taglist)(a0,d0/d1/d2/d3/a1)
  34. *
  35. * Visuals Functions
  36. *
  37. GetVisualInfoA(screen,taglist)(a0/a1)
  38. FreeVisualInfo(vi)(a0)
  39. ##private
  40. *
  41. * Reserved entries
  42. *
  43. GTReserved0()()
  44. GTReserved1()()
  45. GTReserved2()()
  46. GTReserved3()()
  47. GTReserved4()()
  48. GTReserved5()()
  49. ##end
  50.